Crate libflate_lz77

source ·
Expand description

The interface and implementations of LZ77 compression algorithm.

LZ77 is a compression algorithm used in DEFLATE.

Structs§

Enums§

Constants§

Traits§

  • The Lz77Encode trait defines the interface of LZ77 encoding algorithm.
  • The Sink trait represents a consumer of LZ77 encoded data.